home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1471 / sample.mdb / Contacts.json < prev    next >
Encoding:
JavaScript Object Notation  |  1997-02-11  |  3.4 KB

  1. {
  2.     "schema": {
  3.         "ContactID": "Long Integer NOT NULL",
  4.         "FirstName": "Text (50)",
  5.         "LastName": "Text (50)",
  6.         "Dear": "Text (50)",
  7.         "Address": "Text (255)",
  8.         "City": "Text (50)",
  9.         "StateOrProvince": "Text (20)",
  10.         "PostalCode": "Text (20)",
  11.         "Region": "Text (50)",
  12.         "Country": "Text (50)",
  13.         "CompanyName": "Text (50)",
  14.         "Title": "Text (50)",
  15.         "WorkPhone": "Text (30)",
  16.         "WorkExtension": "Text (20)",
  17.         "MobilePhone": "Text (30)",
  18.         "FaxNumber": "Text (30)",
  19.         "EmailName": "Text (50)",
  20.         "LastMeetingDate": "DateTime",
  21.         "ContactTypeID": "Long Integer",
  22.         "ReferredBy": "Text (50)",
  23.         "Notes": "Memo/Hyperlink (255)"
  24.     },
  25.     "data": [
  26.         {
  27.             "ContactID": 1,
  28.             "FirstName": "Nancy",
  29.             "LastName": "Davolio",
  30.             "Dear": "Nancy",
  31.             "Address": "507 - 20th Ave. E.\r\nApt. 2A",
  32.             "City": "Seattle",
  33.             "StateOrProvince": "WA",
  34.             "PostalCode": "98122",
  35.             "Country": "USA",
  36.             "CompanyName": "Cascade Coffee Roasters",
  37.             "Title": "Sales Representative",
  38.             "WorkPhone": "(206) 555-9857",
  39.             "MobilePhone": "2065558888",
  40.             "FaxNumber": "(206) 555-9858",
  41.             "EmailName": "nancyd@anywhere.com",
  42.             "LastMeetingDate": "01/11/97 00:00:00",
  43.             "ContactTypeID": 2,
  44.             "ReferredBy": "Elizabeth Brown",
  45.             "Notes": "Education includes a B.A. in Psychology from State University (1970.)  She also completed \"The Art of the Cold Call.\"  She's got a good taste for flavored coffees."
  46.         },
  47.         {
  48.             "ContactID": 2,
  49.             "FirstName": "Janet",
  50.             "LastName": "Leverling",
  51.             "Dear": "Janet",
  52.             "Address": "722 Moss Bay Blvd.",
  53.             "City": "Kirkland",
  54.             "StateOrProvince": "WA",
  55.             "PostalCode": "98033",
  56.             "Country": "USA",
  57.             "CompanyName": "Northwind Traders",
  58.             "Title": "Vice President, New Products",
  59.             "WorkPhone": "(206) 555-3412",
  60.             "MobilePhone": "2065557777",
  61.             "FaxNumber": "(206) 555-3413",
  62.             "EmailName": "janetl@anywhere.com",
  63.             "LastMeetingDate": "01/11/97 00:00:00",
  64.             "ContactTypeID": 1,
  65.             "ReferredBy": "Aria Cruz",
  66.             "Notes": "Janet has a B.S. degree in Chemistry from State University (1984).  She also completed a certificate program in Food Retailing Management.  Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992."
  67.         },
  68.         {
  69.             "ContactID": 3,
  70.             "FirstName": "Andrew",
  71.             "LastName": "Fuller",
  72.             "Dear": "Andrew",
  73.             "Address": "908 W. Capital Way",
  74.             "City": "Tacoma",
  75.             "StateOrProvince": "WA",
  76.             "PostalCode": "98401",
  77.             "Country": "USA",
  78.             "CompanyName": "Volcano Coffee Company",
  79.             "Title": "Sales Representative",
  80.             "WorkPhone": "(206) 555-9482",
  81.             "MobilePhone": "2065556666",
  82.             "FaxNumber": "(206) 555-9483",
  83.             "EmailName": "andrewf@anywhere.com",
  84.             "LastMeetingDate": "01/11/97 00:00:00",
  85.             "ContactTypeID": 2
  86.         },
  87.         {
  88.             "ContactID": 4,
  89.             "FirstName": "Margaret",
  90.             "LastName": "Peacock",
  91.             "Dear": "Margaret",
  92.             "Address": "4110 Old Redmond Rd.",
  93.             "City": "Redmond",
  94.             "StateOrProvince": "WA",
  95.             "PostalCode": "98052",
  96.             "Country": "USA",
  97.             "CompanyName": "Fourth Coffee",
  98.             "Title": "Purchase Manager",
  99.             "WorkPhone": "(206) 555-8122",
  100.             "MobilePhone": "2065555555",
  101.             "FaxNumber": "(206) 555-8123",
  102.             "EmailName": "margiep@anywhere.com",
  103.             "LastMeetingDate": "01/11/97 00:00:00",
  104.             "ContactTypeID": 1,
  105.             "ReferredBy": "Lino Rodriquez"
  106.         },
  107.         {
  108.             "ContactID": 5,
  109.             "FirstName": "Steven",
  110.             "LastName": "Buchanan",
  111.             "Dear": "Steve",
  112.             "Address": "14 Garrett Hill",
  113.             "City": "London",
  114.             "PostalCode": "SW1 8JR",
  115.             "Country": "UK",
  116.             "CompanyName": "Health Food Store",
  117.             "Title": "Purchase Manager",
  118.             "WorkPhone": "(71) 555-2222",
  119.             "EmailName": "steveb@anywhere.com",
  120.             "LastMeetingDate": "01/11/97 00:00:00",
  121.             "ContactTypeID": 1
  122.         },
  123.         {
  124.             "ContactID": 6,
  125.             "FirstName": "Michael",
  126.             "LastName": "Suyama",
  127.             "Dear": "Mike",
  128.             "Address": "722 Moss Bay Blvd.",
  129.             "City": "Kirkland",
  130.             "StateOrProvince": "WA",
  131.             "PostalCode": "98033",
  132.             "Country": "USA",
  133.             "CompanyName": "Northwind Traders",
  134.             "Title": "Purchase Manager",
  135.             "WorkPhone": "(206) 555-3412",
  136.             "FaxNumber": "(206) 555-3413",
  137.             "LastMeetingDate": "01/11/97 00:00:00",
  138.             "ContactTypeID": 1
  139.         }
  140.     ]
  141. }